@charset "UTF-8";
/* CSS Document */

/*公用样式表  头部，底部，分页，字体，字号*/
/*media的判断可以根据需要自定义新增或修改，基础的基本上够用了*/


/*小屏开始*/
@media only screen and (max-width: 768px) {

  #w_grid-1571808002437{    margin-top: 5px;  }
  #w_common_text-1573714013137 p span{    font-size: 22px; }
  #w_grid-1573713895958{   margin-top: 10px;  }
  #content_box-1573713895958-1{    margin-top: 20px; }
  #content_box-1571808002547-0{   
    background-color: rgb(230, 230, 230) !important;}
  #c_portalResProduct_list-15731257899251666 #products{
  padding: 0px 1rem;
  }
  
  #w_fbtn-1573710033691{margin-bottom: 15%;}
  #w_common_text-1573712584962 p span,
  #w_common_text-1571808002757 p span,
  #w_common_text-1571808002717 p span
  {font-size:30px !important;}
  
  #c_portalResNews_list-1571808002887{     margin-top: 12px; }
  #w_common_text-1571808002852 p span{    word-break: break-word;}
  #w_grid-1574818041948{display:none;}
  #content_box-1571808002667-0{    margin-top:0px;}
  #w_grid-1571808002697{  margin-top:0px;}
  #w_grid-1571808002667{min-height:50px;}
  #w_grid-1571808002657{min-height:auto;}
  
  #w_common_text-1573207054800,#w_common_text-1573207336045
  ,#w_common_text-1573207364775,#content_box-1569566579642-0,#w_common_text-1573207312316{
  display:none !important;
  }
  
  #w_grid-1569545426576{min-height: 75px !important;}
  #w_grid-1574777036583,
  .c_portalResProduct_detail-01001001 .swiper-button-prev.swiper-button-disabled,
  .c_portalResProduct_detail-01001001 .swiper-button-next.swiper-button-disabled
  {display:none;}
  
  #content_box-1572402690050-0{margin-top:0px !important;}
  
  #c_portalResPublic_codeContainer-15748217287060016{ width:auto;}
  #c_portalResPublic_codeContainer-15748217287060016 .videoWrap {
    position: relative;
    z-index: 1;
}
  .c_portalResProduct_detail-01001001 .g1{top: 36%;}
  #w_common_text-1573207247463,#content_box-1569563469088-0,#w_common_text-1574777834853,#w_common_text-1574778766555,#w_common_text-1573207238152
  { display: none;}
  
  .c_portalResNews_list-01001004 .content{   
    padding-bottom: 20px;   
    padding-top: 0px;}
  
  .c_portalResProduct_list-01001001 .PhotoList_k1 li a {
    height: auto !important;}
  
  .c_portalResProduct_list-01001001 .PhotoList_k1 li {
    width: 100%;}
  
  #content_box-1569567746175-0 , #w_common_text-1573207549807 { display: none;}
  #w_common_text-1572402690092 p span{ word-break: break-word; }
  
  
  
  
}

 /*大屏开始*/ 
@media only screen and (min-width: 769px){

}
 /*大屏结束*/ 


/*中屏开始*/
@media only screen and (max-width: 1024px) and (min-width: 769px){


}
/*中屏结束*/


 /*小小屏幕 开始*/ 
@media only screen and (max-width: 414px){
 
  
}
 /*小小屏幕 结束*/

